@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');
/*kk new css ofline changes*/
/*@import url('../font-awesome/css1.css');
@import url('../font-awesome/css2.css');
@import url('../font-awesome/css3.css');
@import url('../font-awesome/css4.css');*/

/* -----------------------------------------------------------------------------*/

/*-- font-family: 'Roboto', sans-serif; --*/
/*-- font-family: 'Lato', sans-serif; --*/


@media screen and (min-width: 1280px) {
    .customContainer {
        max-width: 94%;
    }
}

/*-- Global Style Start --*/

body {
    background-color: #eef0f3;
}

.labelControl {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #0c19b4;
}

.inputControl,
.selectControl,
.textControl {
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}

    .inputControl:focus,
    .selectControl:focus,
    .textControl:focus {
        outline: none;
        box-shadow: none;
    }

    .form-select:disabled,
    .selectControl:disabled {
        color: #212529;
    }

.textControl {
    resize: none;
}

.actionBtn {
    outline: none;
    text-transform: uppercase;
    background: #027e13;
    letter-spacing: 1px;
    border: none !important;
    font-size: 14px;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 500;
}

    .actionBtn:hover,
    .actionBtn:focus {
        background: #fb4b07;
        border: none !important;
        box-shadow: none;
    }

.editBtn {
    background: #0072ff;
}

.anchorLink {
    font-weight: 500;
}

.form-group {
    margin-bottom: 0.85rem;
}

.mb__20 {
    margin-bottom: 20px;
}

.mr__8 {
    margin-right: 8px;
}

.tableLayoutFixed {
    table-layout: fixed;
}

.w40 {
    width: 70px;
}

.w70 {
    width: 70px;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w130 {
    width: 130px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w240 {
    width: 240px;
}

.w280 {
    width: 280px;
}

.w300 {
    width: 300px;
}

.w340 {
    width: 340px;
}

.w360 {
    width: 360px;
}

.w410 {
    width: 410px;
}

.w540 {
    width: 540px;
}

.star_new {
    color: #f00;
}
/*-- Global Style End --*/
/*------ Login Style Start --*/
.loginBg {
    width: 100%;
    height: calc(100vh - 70px);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    background: url('../images/bg/loginBg.jpg') no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
}

    .loginBg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(7 108 175 / 50%);
    }

.loginMain {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 40px;
    /* background-image: url('../images/bg/loginFrmBg.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 80px; */
}

.loginHead {
    text-align: center;
    margin: 0 0 20px;
}

    .loginHead img {
        margin: 0 0 10px;
        width: 120px;
    }

    .loginHead h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }

    .loginHead h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0;
    }

.loginFrm {
    background-color: rgb(39 42 48 / 71%);
    padding: 20px 40px 30px;
    width: 540px;
    border-radius: 6px;
}

    .loginFrm h2 {
        font-size: 20px;
        text-align: center;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .loginFrm .labelControl {
        color: #fff;
    }

    .loginFrm .captchaBlk {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .loginFrm .captchaBlk img {
            margin-bottom: 5px;
        }

        .loginFrm .captchaBlk a {
            color: #fff;
            text-decoration: none;
        }

            .loginFrm .captchaBlk a:hover {
                text-decoration: underline;
            }

    .loginFrm .text-danger {
        color: #ffe000 !important;
    }
/*------ Login Style End --*/

/*------ Dashboard Custom Style Start --*/
.dashHeader {
    justify-content: space-between;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper img,
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper img {
    height: 50px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    padding: 8px 30px 4px;
}

.customizer-links {
    display: none;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    top: 42px;
}

.page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div {
    top: 30px;
}

body.dark-only .page-wrapper .page-header .header-wrapper .nav-right .nav-menus li .onhover-show-div {
    background-color: #6362e7;
}

body.dark-only .page-wrapper .page-header .header-wrapper .myDashProfile .profile-dropdown svg {
    stroke: #ffffff;
}

body.dark-only .page-wrapper .page-header .header-wrapper .myDashProfile .profile-dropdown li span {
    color: #ffffff;
}

.schoolName {
    margin: 0;
    margin-right: 15px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}

body.dark-only .schoolName {
    color: #fff;
}

body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg *,
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span,
body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
    color: rgb(255 255 255);
}

body.dark-only .page-wrapper .page-header .header-wrapper .nav-right > ul > li svg path {
    stroke: rgb(255 255 255);
}

body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a,
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb-item,
body.dark-only .page-wrapper .page-body-wrapper .page-title .breadcrumb-item.active {
    color: #d5d4d4 !important;
}

body.dark-only .sectionTitle {
    font-weight: 400 !important;
    font-size: 22px !important;
    color: #fff;
}

.page-wrapper .page-body-wrapper .page-title h3 {
    font-weight: 400;
    font-size: 22px;
}

body.dark-only .page-wrapper .page-title .breadcrumb .breadcrumb-item a {
    background-color: #ffffff;
}

body.dark-only .default-dash .card.profile-greeting {
    background-color: #f9f9f9 !important;
}

.default-dash .card.profile-greeting {
    height: 180px;
}

.profile-greeting .card-body {
    padding: 25px;
}

body.dark-only .default-dash .profile-greeting .greeting-user h1 {
    color: rgb(1 14 169);
    font-weight: 500;
    font-size: 18px;
}

.profile-greeting .greeting-user h1 {
    font-weight: 500;
    font-size: 18px;
}

body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered td,
body.dark-only .page-wrapper .page-body-wrapper .page-body .card:not(.email-body) .table-bordered th {
    color: #3c3c3c;
}

body.dark-only .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li:hover > a {
    color: #6362e7 !important;
}

body.dark-only .dashBordStatus .card-header h5 {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}

body.dark-only .default-dash .ongoing-project table tbody tr td h6 {
    color: rgb(255 255 255);
}

.ongoing-project table tbody tr td h6 {
    font-size: 15px;
}

.default-dash .badge {
    padding: 10px 14px;
    font-size: 12px;
    background-color: rgb(0 129 13);
    color: #fff;
}

    .default-dash .badge:hover {
        background-color: rgb(250, 112, 0);
    }

.greeting-user .table th,
.greeting-user .table td {
    color: #fff;
}

.sectionSeparator {
    padding: 15px;
    border-radius: 15px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.sectionSeparatorWhite {
    background-color: #fff;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 63px);
    margin-top: 63px;
}
/*------ Dashboard Custom Style End --*/
/*------ Dashboard Form Style Start --*/
.dark-only .sectionSeparator {
    background-color: #262932;
    border: 1px solid #374558;
}

.sectionMainTitle {
    font-weight: 500;
    font-size: 18px;
    color: #6362e7;
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
}

.sectionSubTitle {
    font-weight: 400;
    font-size: 16px;
    color: #0100bd;
    margin-bottom: 0.75rem;
    text-decoration: underline;
    letter-spacing: 1px;
}

.dark-only .sectionSubTitle {
    color: #ffffff;
}

.formContain .labelControl {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px;
    line-height: 18px;
    color: #152760;
}

.dark-only .formContain .labelControl {
    color: rgba(255,255,255,0.6);
}

.formContain {
    padding: 0 10px;
    margin-bottom: 20px;
}

    .formContain .selectControl {
        border-radius: 0.25rem !important;
    }

body.dark-only .formContain .selectControl {
    border-color: #374558;
}

.formContain .abbreviationBlk {
    max-width: 100px;
    margin-right: 10px;
}

.formContain .inputControl {
    border-radius: 0.25rem !important;
}

.dateBlk .inputControl {
    padding-left: 45px;
}

    .dateBlk .inputControl.perRegText {
        padding-left: .75rem;
    }

.dateBlk i.fa {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #cacaca;
    text-align: center;
    border-radius: 0.25rem 0 0 0.25rem !important;
    line-height: 35px;
    z-index: 5;
}

.dark-only .dateBlk i.fa {
    background: #6362e7;
}

.uploadImg {
    border: 1px solid #c5c5c5;
    margin-right: 10px;
    border-radius: 0.25rem !important;
    padding: 5px;
}

.dark-only .uploadImg {
    border: 1px solid #374558;
}

.uploadImg img {
    border-radius: 0.25rem !important;
}

.splitMain {
    max-width: 900px;
    margin: 50px auto;
}

    .splitMain .row {
        justify-content: space-between;
    }

    .splitMain .grid {
        background: url('../images/bg/cardBg.jpg') no-repeat;
        background-position: center;
        background-size: cover;
        box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
        max-width: 30%;
        min-height: 190px;
        border-radius: 10px;
        position: relative;
    }

        .splitMain .grid:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgb(99 98 231 / 68%);
            border-radius: 10px;
        }

        .splitMain .grid:hover {
            background-position: right 100%;
        }

        .splitMain .grid a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            position: relative;
        }

            .splitMain .grid a h4 {
                font-size: 16px;
                color: #ffffff;
                margin: 0;
                text-transform: uppercase;
            }

            .splitMain .grid a:hover h4 {
                text-decoration: underline;
            }

.academicTable .table,
.academicTable .table th,
.academicTable .table td {
    border-color: #374558 !important;
}

.academicTable .table-bordered > :not(caption) > * > * {
    border-width: 1px;
}

.academicTable .table th {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tResponsScroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .tResponsScroll .table {
        margin-bottom: 1rem;
    }

.tableHeaderBg {
    background: #6362e7;
}

    .tableHeaderBg th {
        color: #ffffff;
    }

.dark-only .academicTable .table th,
.dark-only .academicTable .table td {
    color: rgba(255,255,255,1);
}

.infraFormMain .row,
.alignEndRow .row {
    align-items: flex-end;
}

.affDown .actionBtn {
    margin-left: 15px !important;
    border-radius: 0.25rem !important;
}

.radioMain {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.radioMain2 .input-group {
    min-width: 120px;
}

.radioMain .input-group {
    width: auto;
    margin-right: 15px;
}

.radioMain label {
    margin: 0 0 0 4px !important;
}
/*------ Dashboard Form Style End --*/

.dashBoardCardBlk {
    padding: 0 30px 30px;
}

    .dashBoardCardBlk .col-md-3 {
        margin-bottom: 24px;
    }

.cardGrid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f3f3f3;
    border: 1px solid #dbdbdb;
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    border-radius: 10px;
    /* padding: 20px; */
    min-height: 150px;
    height: 100%;
}

    .cardGrid i {
        font-size: 30px;
        color: #6362e7;
    }

    .cardGrid .input-group {
        width: auto;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 20px;
    }

.statusSection {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #dbdbdb;
}

.cardGrid h3 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 15px;
    color: #6362e7;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.statusSection h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.statusBtn {
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 2px;
    font-weight: 600;
}

    .statusBtn:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background: #f00;
    }

.completedBtn {
    color: #00d71d;
}

.COMPLETEDBtn {
    color: #00d71d;
}
.PENDINGBtn {
    color: #f00;
}

.actionColum select {
    max-width: 136px;
    margin-right: 12px;
}

.validationError {
    position: absolute;
    top: 56px;
    font-size: 13px;
    color: #f00 !important;
}

.dateBlk .validationError {
    top: 32px;
}

.page-title {
    position: relative;
}

.errorMsgSummary {
    position: absolute;
    top: 58px;
    left: 40%;
    transform: translateX(-50%);
}

    .errorMsgSummary span {
        color: #f00;
        font-size: 16px;
        font-weight: 500;
    }
/*-- My Modal Style Start --*/
.myModalMain {
    background-color: #00000061;
}

    .myModalMain .modal-header h5 {
        font-size: 22px;
    }
/*-- My Modal Style End --*/

/*-- Letter Style Start --*/

.resignLetterMain {
    padding: 30px 0 60px;
}

.resignLetterBlk {
    /* max-width: 600px; */
    width: 210mm;
    min-height: calc(297mm - 220px);
    max-height: 297mm;
    margin: 0 auto 20px;
    background: #fff;
    /*padding: 120px 30px 100px;*/
    box-shadow: 0 1px 11px 3px rgb(0 0 0 / 30%);
    position: relative;
    color: #000000;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }

    .resignLetterBlk {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}
/*.resignLetterBlk::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/letterBg.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}*/
/* .resignLetterBlk img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
/* .resignLetterContent {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 200px);
} */
/*.resignLetterContent {
    position: relative;
    left: 20px;
    top: 0px;
    z-index: 2;
    height: calc(100vh - 60px);
    max-width: 100%;
    width: calc(100% - 40px);
}*/
.resignLetterContent {
    position: absolute;
    left: 50%;
    top: 75px;
    transform: translate(-50%, 10px);
    z-index: 2;
    height: calc(100vh - 180px);
    max-width: 100%;
    width: calc(100% - 100px);
}

.resignLetterBody h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 70px;
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
}

.resignSchoolInfo {
    display: flex;
    justify-content: space-between;
}
/*.resignLetterBody h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
}*/
.resignLetterBody h2 span {
    color: #044aa2;
}

.resignLetterBody h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 22px;
}
/*.resignLetterBody h5:last-of-type {
    margin-bottom: 60px;
}*/
.resignLetterBody p {
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 6px;
}

    .resignLetterBody p:last-child {
        margin-bottom: 40px;
    }

    .resignLetterBody p strong {
        color: #044aa2;
    }

.resignLetterFooter {
    /* position: absolute;
    left: 0;
    bottom: 0px;*/
    width: 100%;
}

    .resignLetterFooter h6 {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 6px;
        line-height: 20px;
    }

    .resignLetterFooter p {
        font-size: 17px;
        margin: 0 0 10px;
        line-height: 20px;
    }

        .resignLetterFooter p strong {
            color: #044aa2;
            font-weight: 600;
        }

.letterLabel,
.letterLabel label {
    font-size: 18px;
    line-height: 20px;
    color: #d36d00;
    font-weight: 700;
    text-transform: capitalize;
}

.resignSchoolInfo .rSInfoLeft {
    width: 65%;
    margin-right: 10%;
}

.resignSchoolInfo .rSInfoRight {
    width: 25%;
}

.resignSchoolInfo2 {
    margin: 0 0 30px;
}

.resignLetterBody h3 {
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 22px;
}

    .resignLetterBody h3 .letterLabel {
        color: #000000;
        font-weight: 500;
    }
/*-- Letter Style End --*/

.disableProceedBtn {
    pointer-events: none;
}



@media screen and (max-width: 1439px) {
    .dashBoardCardBlk .col-md-3 {
        width: 33.333%;
    }
}

@media screen and (max-width: 1258px) {
    .default-dash .card.profile-greeting {
        height: 218px;
    }

    .dashBoardCardBlk .col-md-3 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .formContain .form-group.row .col-md-6:first-child {
        margin-bottom: .85rem;
    }

    .col-sm-6.right-header {
        width: auto;
    }
}

.inputIconSize {
    font-size: 14px;
}

.loaderMy {
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    text-align: center;
    background-color: rgb(52 58 65 / 77%);
    z-index: 1060;
}

    .loaderMy .loader {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.teacherProfileHead {
    background: #e0e0ff !important;
}

.oasisLanding img {
    height: 100vh;
    width: 100%;
}

.oasisLandingBtn {
    position: absolute;
    top: 42%;
    left: 128px;
    transform: translate(-50%, -50%);
}

    .oasisLandingBtn .btn {
        cursor: pointer;
        background-color: #fff;
        padding: 10px 20px;
        border-radius: 25px;
        color: #02145c;
        font-weight: 500;
    }

        .oasisLandingBtn .btn:hover {
            background-color: lightblue;
            color: #374ef1;
        }

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li a svg {
    fill: #1c1b95;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main.mySidebarMain .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a {
    padding-left: 12px !important;
}

    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main.mySidebarMain .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu li a:after {
        display: none;
    }

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
    color: #000;
}

.card .card-header h5 {
    text-decoration: underline;
}

.academicTable .table th {
    vertical-align: middle;
    text-align: center;
}

.finalReportTab th,
.finalReportTab td {
    border-width: 1px !important;
    border-color: #374558 !important;
}

.finalReportTab .labelControl {
    margin-bottom: 0;
}

    .finalReportTab .labelControl strong {
        font-weight: 500;
    }
/*.isDisabled {
        cursor: not-allowed;
        opacity: 0.5;
    }*/

.dark-only .table td {
    color: rgba(255,255,255,0.6);
}

.table-responsive.tableFixHead {
    max-height: 702px;
    overflow-y: auto;
}

.tableFixHead thead {
    position: sticky; /* make the table heads sticky */
    top: -1px; /* table head will be placed from the top of the table and sticks to it */
}

.tDataBankSign {
    text-align: right;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}

.sectionSeparatorNew {
    background: #fff;
}

.dark-only .datepicker.dropdown-menu {
    color: rgba(255,255,255,0.6);
}

.underTakingNote {
    background: #fff;
    padding: 14px 15px 10px;
    margin: 0 0 20px;
}

    .underTakingNote h3 {
        font-weight: 500;
        font-size: 18px;
        color: #121193;
        margin-bottom: 0.75rem;
    }

    .underTakingNote ol {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .underTakingNote li {
        font-weight: 500;
        margin: 0 0 5px;
    }

.underTakingBlk {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .underTakingBlk .underTakingBlkSec {
        background: #fff;
        width: 49%;
        padding: 14px 15px;
    }

.underTakingBlkSec .col-md-3 {
    margin: 0;
}

.underTakingBlkSec h4 a {
    color: #ff00f5;
    font-size: 14px;
    text-decoration: underline;
}

    .underTakingBlkSec h4 a:hover {
        text-decoration: none;
    }

.underTakingBlkSec h4 {
    font-weight: 500;
    font-size: 18px;
    color: #6362e7;
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
}

.tableCount {
    font-size: 16px;
    margin: 0 0 6px;
    color: #da00ff;
}

.completionStatus {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
    display: block;
    color: #f00;
}

.noMenuLayoutMain .page-header {
    margin: 0 !important;
    width: 100% !important;
}

.noMenuLayoutMain .page-body {
    margin-left: 0 !important;
    margin-top: 84px !important;
}

.noMenuLayoutMain .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper {
    display: block;
}

.noMenuFooter {
    margin-left: 0;
}

.payAcknowledge .labelControl {
    font-weight: 600;
}

.payStatus {
    color: #00a753 !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.payStatusError {
    color: #f00 !important;
}

.backToLogin {
    margin: 20px 0 0;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
    color: #cf04d1;
    text-decoration: underline;
}

    .backToLogin svg {
        margin-bottom: -6px;
        margin-right: 1px;
        width: 18px;
    }


.forgotPassLink {
    color: #f3f903;
    font-weight: 400;
}

    .forgotPassLink:hover {
        color: #f3f903;
        text-decoration: none;
    }

.forgotPassMain h6 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
}

.forgotPassMain p {
    text-align: center;
    color: #f3f903;
}

.underTakingStatus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px solid #dbdbdb;
    background-color: #f3f3f3;
}
.underTakingStatus h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: #0b0a7a;
}
.formPreFiled .table {
    margin-bottom: 20px;
}
.formPreFiled .table th {
    text-align: left;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li .sidebar-submenu.roSidebarMenu li a {
    white-space: inherit;
    overflow: inherit;
    display: flex;
}
.roDashBoardCardBlk {
    padding: 30px;
}
.dashBoardCardBlk.roDashBoardCardBlk .col-md-3 {
    margin-bottom: 0px;
}